From: Joey Hess Date: Tue, 16 Sep 2025 16:47:21 +0000 (-0400) Subject: fixed X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~99 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=378541cc7827c7a06763c2a18b56f01915534181;p=git-annex.git fixed --- diff --git a/doc/bugs/symlink_already_exists_when_adding_non-ascii_names.mdwn b/doc/bugs/symlink_already_exists_when_adding_non-ascii_names.mdwn index 50e3f1ba51..187e725f20 100644 --- a/doc/bugs/symlink_already_exists_when_adding_non-ascii_names.mdwn +++ b/doc/bugs/symlink_already_exists_when_adding_non-ascii_names.mdwn @@ -50,3 +50,4 @@ I'm running Arch Linux (kernel 6.15.1-arch1-2). The repo I'm running the command git-annex has been brilliant for managing my large media collection across several removable drives, and I'm confident it will continue to scale. This is the first issue I've run into with it. +> [[fixed|done]] --[[Joey]] diff --git a/doc/bugs/symlink_already_exists_when_adding_non-ascii_names/comment_4_68a3c0b736e1ba3d44177a0fbd18b257._comment b/doc/bugs/symlink_already_exists_when_adding_non-ascii_names/comment_4_68a3c0b736e1ba3d44177a0fbd18b257._comment new file mode 100644 index 0000000000..f4ae0fef16 --- /dev/null +++ b/doc/bugs/symlink_already_exists_when_adding_non-ascii_names/comment_4_68a3c0b736e1ba3d44177a0fbd18b257._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 4""" + date="2025-09-16T16:44:16Z" + content=""" +There was another bug filed about the same problem, +[[bugs/git-annex_add__47__unlock_fails_for_some_names]]. + +Cause is a filename that is 21 bytes long and begins with a utf-8 +character. Which AFAICS all the filenames mentioned here are. + +[[!commit 67f00027d1b326c979db8b81c973a61234c406d7]] fixes this. +"""]]